home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / germ_roundup.swf / scripts / DefineButton2_831 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  294 b   |  17 lines

  1. on(release){
  2.    if(_global.bHelp == true)
  3.    {
  4.       this._parent.startPopup.go();
  5.       _global.bHelp = false;
  6.       if(_global.bMute == false)
  7.       {
  8.          this._parent.mcMusic.play();
  9.       }
  10.       this.gotoAndStop("blank");
  11.    }
  12.    else
  13.    {
  14.       this.resume();
  15.    }
  16. }
  17.